home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / WANG24.INC < prev    next >
Text File  |  1994-03-28  |  494b  |  27 lines

  1. ; Wang 24i and 24e Modems
  2.  
  3. Baud          2400
  4. Parity        N
  5. WordLen       8
  6. StopBits      1
  7.  
  8. XonXoff       BOTH
  9. CtsRts        NEITHER
  10. MatchBaud     TRUE
  11.  
  12. ModemInitStrg AT&FE1L2V1&C1&D2S0=0S7=90^M
  13. ModemDialStrg ATDT
  14. ModemDialSufx ^M
  15. ModemHangStrg ~~~+++~~~ATH0^M
  16. DTRHangup     TRUE
  17.  
  18. Connect       CONNECT^M,300
  19. Connect       CONNECT_1200,1200
  20. Connect       CONNECT_2400,2400
  21.  
  22. NoConnect     NO_DIALTONE
  23. NoConnect     NO_CARRIER
  24. NoConnect     BUSY
  25. NoConnect     VOICE
  26.  
  27.